Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHey,
Sorry about the delay,I haven't tried to use different character sets too often so I had to double check on a couple of things.
First, these steps require that the character set is a single-byte character set. The LAE only allows single-byte character sets in the metadata (although obviously, since there is unicode support for data, this restriction does not apply to the actual data values).
I think for Greek characters, on a windows machine, this would most likely be windows-1253, which is single-byte, so this should be fine.
However I could be wrong on the Greek charset.
Anyway, you need to ensure that under
Tools->Preferences->Advanced in BRE, the
Server Code Page setting is set correctly to the windows character set you are using (e.g. 1253).
You can then set the server character set via editing ls_brain.prop within your LAE installation directory, under conf/brain/
And add the line:
ls.brain.characterSet=windows-1253
Then, within the brdViewer, go to
Preferences->Set Codepage, and set this to:
windows-1253, windows-1253
Again - all of this assumes that the character set you are after is windows-1253.
You may also need to make sure that windows is running using the same character set to ensure that there are no display issues when viewing the data.
Anyway, let me know if this resolves the issue.
Tim.