I recall hearing this issue previously; as Art mentions it's a problem in FM that marker text (I believe this affects all types of markers) doesn't get converted.
The only thing I can suggest is that you might be able to find something on the Framers list.
I was wondering whether IXGen http://www.fsatools.com might be able to work around it, but in the FAQ I found:
The second part of the question touches on Asian language support. Currently, IXgen will not work properly with Asian languages (or any application where 16-bit character sets are in use). We have no plans to expand non-English language support at this time.
Edit: I wonder whether CudSpan's MarkerWorker might be able to do the trick:
http://www.cudspan.net/plugins/
======
as a tip for new forum members, the Framers list archives can be searched via google, by typing in the search string and the site name, for example:
"chinese" site:lists.frameusers.com
If your search term has spaces, be sure to put quotation marks around it, e.g.
"master page" site:lists.frameusers.com
AxialInfo wrote: I recall hearing this issue previously; as Art mentions it's a problem in FM that marker text (I believe this affects all types of markers) doesn't get converted. |
True, this doesn't only fail with Chinese, but with all languages using characters beyond the Roman character set.
There's a good workaround using FrameScripts (FS is not free, unfortunately, but definitely pays for itself). Klaus Mueller (itl) has been so kind and wrote a free script for me, as I've had exactly the same problem. The script can be used as follows:
1. Script automatically converts marker content to plain body text in FM7 -> save file
2. Open file in FM8 (or 9), use script again -> Original marker text (currently in body) is converted back to markers.
The difference: regular body text is correctly converted to unicode, which (hidden) marker text isn't. Now, by "transporting" the marker text within the body, conversion works.
The script can be found here: http://groups.google.com/group/frameusers-de/attach/e6f6f03ae66d6b89/Marker2Text2Marker.fsl?hl=de&part=2&view=1
The corresponding description is also there, but in German only: http://groups.google.com/group/frameusers-de/msg/e6f6f03ae66d6b89?hl=de
Bernd