Windows 11 Lisp Function vl-GetCellValue does not read formatted Foreign Characters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
AutoCAD in Windows 11 the Lisp Function vl-GetCellValue does not retrieve Foreign Characters when a font style is applied within the cell contents. In Windows 10 the Lisp Function works properly. This happens in any version of AutoCAD, from 2022 - 2025.
Any Table created without cell formatting can be read in Win 10 or Win 11.
This is an example of cell contents from Win 10:
"SEE DETAIL\\P{\\fMS PGothic|b0|i0|c128|p34;詳細を参照}"
I'm unable to read the Foreign Characters in Windows 11 to remove/change the formatting.
Manually attempting to remove the formatting from the entire table or individual cell does not work in Win 11...
(vla-setcelltextstyle tbl 2 5 "Japanese") This will show the Cell's Text Style to be "Japanese" in the properties, but will not override the cell's text formatting...
Any Thoughts?