Skip to content

Commit

Permalink
Update load_ugi.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed May 12, 2022
1 parent a9996a6 commit ef3eaef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/load_ugi.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ function load_ugi(buf) {
root.set("GM", 1);
root.set("FF", 4);
root.set("CA", "UTF-8");
root.set("SZ", 19); // Can get adjusted in a moment.
root.set("RU", "Japanese"); // Perhaps unsafe assumption.
root.set("KM", 0); // Can get adjusted in a moment.

let node = root;

Expand Down

0 comments on commit ef3eaef

Please sign in to comment.