eirikbakke commented on issue #4314: URL: https://github.com/apache/netbeans/issues/4314#issuecomment-1309650900
I added a PR which should fix this in at least some of the cases, namely where there are international characters in the path but they are representable in the current Windows codepage. I suspect @tbw777 is using a Windows version that actually has a Cyrillic codepage as the default, because the warning he saw would not otherwise appear. (On US Windows, one would see a different error later in the launcher process instead, because the unencodeable characters would have already been converted to question mark characters by the Win32 API, which would have evaded detection by the existing ASCII detection loop.) Full Unicode support would require moving away from the JNI interface; see the comments in the PR code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
