Tagged Questions
1
vote
1answer
173 views
how to pass Extended ASCII characters through JNI via C++
I am trying to use JNI via VC++ and pass a custom directory in the classpath as a UTF-8 string
-Djava.class.path=c:\myDir\my.jar
This works well and I could find the methods in the jar using ...
1
vote
2answers
622 views
Convertion from extended ascii to utf8
How do you convert an std::string encoded in extended ascii to utf8 using microsoft visual studio 2005?
I'm using google protocol buffer and it's complaining about non utf8 characters in my string if ...
0
votes
0answers
149 views
How to display an extended character set in a c++ console application
It would be helpful to have the ability to display extended characters in my application. I am using Code::Blocks and in my console app, many symbols are not displayed properly. I may have the ...
0
votes
6answers
2k views
C++ Extended Ascii characters
How to detect the presence of Extended ASCII values (128 to 255) in a C++ character array.
Thank you