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

Summary: I18N - message key contains space character without escape
Product: javame Reporter: Ashizawa Kazunori <kasha>
Component: Visual DesignerAssignee: Karol Harezlak <kharezlak>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.