InterviewSolution
Saved Bookmarks
| 1. |
What Is Your Platform's Default Character Encoding? |
|
Answer» If you are running Java on ENGLISH WINDOWS PLATFORMS, it is probably Cp1252. If you are running Java on English SOLARIS platforms, it is most likely 8859_1. If you are running Java on English Windows platforms, it is probably Cp1252. If you are running Java on English Solaris platforms, it is most likely 8859_1. |
|