mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
5 lines
195 B
JavaScript
5 lines
195 B
JavaScript
|
|
(function() {
|
|||
|
|
window.getSomeString = function() {
|
|||
|
|
return "<22>湿<EFBFBD>"; //<- these are five Polish letters, similar to scazz. It can be read correctly only with windows 1250 encoding.
|
|||
|
|
};
|
|||
|
|
})();
|