Visualization
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Japanese characters not displaying properly
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I have a dwg file with all of the text encoded in the Shift-JIS character set. It contains only a few Japanese characters, and the rest appear to be the Shift-JIS equivalents of Roman characters.
Now I'm just trying to set the text style in AutoCAD to make it show up correctly. I've tried Big Font: extfont.shx and extfont2.shx, but neither one works.
The text in this file should read "DWG. NO." (confirmed by copying it into Notepad++, and changing its encoding to Shift-JIS)
Solved! Go to Solution.
Re: Japanese characters not displaying properly
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I found a workaround to this problem. Here's what I did, for anyone else who might be having this same issue:
You have to use a text editor that’s capable of re-encoding into a different character set.
I’m using Notepad++ (Unicode version), which you can download here.
Open the DXF file in Notepad++
Go to Encoding > Character Sets > Japanese > Shift-JIS
Edit: Select All
Copy
File: New
Paste into the new file (This will convert all of the English characters from Shift-JIS back to their ANSI equivalents)
File: Save
Open the new file in AutoCAD (All of the English characters should now show up normally, and Japanese characters will show up as question marks.)
Note:
This solution will not work for files in DWG format. They must be saved to DXF first.
Re: Japanese characters not displaying properly
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Also, this only works with files saved as DXF 2004 or older.
