OEToSJIS¶
std::string OEToSJIS(const char *ptr)
Convert the string ‘ptr’, typically the output of the function
OECreateIUPACName
post-processed by a call to
OEToJapanese
, from the
default encoding which uses \u
escapes to represent unicode
characters to instead use the Shift-JIS character encoding for
Japanese characters.