This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 125816 - I18N - message key contains space character without escape
Summary: I18N - message key contains space character without escape
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Karol Harezlak
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-01-23 04:29 UTC by Ashizawa Kazunori
Modified: 2008-07-28 21:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ashizawa Kazunori 2008-01-23 04:29:51 UTC
message key contains space character without escape

mobility/miscme/netbeans_midp_components_wma_module/src/org/netbeans/modules/vmd/components/midp/wma/resources/Bundle.properties
NetBeans MIDP Components WMA=NetBeans MIDP Components WMA

mobility/miscme/netbeans_midp_components_pda_module/src/org/netbeans/modules/vmd/components/midp/pda/resources/Bundle.properties
NetBeans MIDP Components PDA=NetBeans MIDP Components PDA

mobility/miscme/netbeans_midp_components_basic_module/src/org/netbeans/modules/vmd/components/midp/resources/Bundle.properties
NetBeans MIDP Components=NetBeans MIDP Components

Please escape space characters with backslash like:

NetBeans\ MIDP\ Components\ WMA=NetBeans MIDP Components WMA
NetBeans\ MIDP\ Components\ PDA=NetBeans MIDP Components PDA
NetBeans\ MIDP\ Components=NetBeans MIDP Components

This causes a problem during localization (translation) process.
Comment 1 Karol Harezlak 2008-02-20 16:11:57 UTC
Fixed in the main trunk.

http://hg.netbeans.org/main?cmd=changeset;node=ba20917bd711
Comment 2 Ken Frank 2008-07-28 21:41:02 UTC
verfied.