mirror of
https://github.com/servo/servo
synced 2026-05-02 12:26:06 +02:00
Implement encoding determination for external scripts.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
(function() {
|
||||
window.getSomeString = function() {
|
||||
return "śćążź"; //<- these are five Polish letters, similar to scazz. It can be read correctly only with windows 1250 encoding.
|
||||
};
|
||||
})();
|
||||
Reference in New Issue
Block a user