in reply to encoding and module
This range tends to be used for miscellaneous printable stuff by the various Microsoft code pages. These codes tend to be used for the same set of miscellaneous characters in all the Microsoft CP125n code pages (n=0..8) -- things like special quote characters and symbols; but earlier MS-DOS code pages (CP8..) tend to use the range in different ways.
So you need to know something about where the data are coming from in order to know what do with characters in this range. The standard installation for the Encode module will handle all the DOS/Windows code pages, so if the data are CP125* (which is likely), just pick any of those as the "legacy" encoding in order to convert correctly to unicode.
|
|---|