Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
For some reason when I run a function containing this code fragment:
(setq istest (wcmatch str_list3 "*Â*"))
Using this string (str_list3): "TEST®"
...it's coming back NIL, but when I paste that same code fragment to the command line with everything else in place, it returns T.
Everything else around it is working as it should be, so I'm guessing the LISP interpreter uses a different character set than the AutoCAD API for the command line...?
AutoCad 2018 (full)
Win 11 Pro
Win 11 Pro
Solved! Go to Solution.