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 109708 - I18N - uml sample project README should not be text or point to localized versions on web
Summary: I18N - uml sample project README should not be text or point to localized ver...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-07-14 00:57 UTC by Ken Frank
Modified: 2009-05-25 21:06 UTC (History)
0 users

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 Ken Frank 2007-07-14 00:57:57 UTC
samples are not translated; most samples do not have associated readmes, text or html.

in this case, there is a readme, but its a text file.
text files can't be translated so that there is one file that will handle encoding of some locales -
for example there are 3 ja and zh unix locales, and the encoding for each is different (one of these
uses the same encoding as windows)

thats why html is preferred.

but there is another problem - that unless its coded so that the readme shown is the one for the specific
locale, if using html files.

one solution would be to get the translated html files into the sample zip, and at least have them all show
in the project, even if not shown in ide by default when project is opened.

but this would mean that the sample jar would need changing.

another answer would be to have the same readme as part of the web docs, and mention the localized
versions in the en readme, or if the exact url of the localized would be known, mention that.