Re: Using Japanese and English strings, encodings



Say, maybe you could use the #+ syntax?

http://www.lisp.org/HyperSpec/Body/sec_2-4-8-17.html
http://www.lisp.org/HyperSpec/Body/sec_24-1-2-1.html
http://www.lisp.org/HyperSpec/Body/var_stfeaturesst.html

something like:
(princ #+:eng "This is an english sentence"
#+:jap "something that isn't english" )

.