Update
This commit is contained in:
parent
723ffb3794
commit
4669b03f68
5 changed files with 224 additions and 128 deletions
1
.gitattributes
Normal file
1
.gitattributes
Normal file
|
@ -0,0 +1 @@
|
|||
* linguist-vendored=false
|
89
README.md
89
README.md
|
@ -1,7 +1,6 @@
|
|||
|
||||
# Soli
|
||||
|
||||
Soli romanization system accurately represents Hangul sounds with their Latin equivalents.
|
||||
Soli is a romanization system for easily writing Hangul with Latin letters.
|
||||
|
||||
## Preview
|
||||
|
||||
|
@ -13,11 +12,11 @@ There are two primary systems for romanizing Korean: the Revised Romanization of
|
|||
|
||||
- Soli makes things simpler by giving each Hangul character a single, consistent Latin spelling. In contrast, RR and MR sometimes transcribe Hangul into multiple spellings due to different ways of pronouncing it in Korean.
|
||||
|
||||
Hangul | Soli | Other Variations
|
||||
--- | --- | ---
|
||||
신라 | sinla | silla, shilla, silra, shinra
|
||||
종로 | jonglo | jongro, jongno, jokro, jokno
|
||||
떡볶이 | ttogboki | tteokbokki, ttokppokki, topokki, toppogi
|
||||
| Hangul | Soli | Other Variations |
|
||||
| ------ | ------- | ---------------------------------------- |
|
||||
| 신라 | sinla | silla, shilla, silra, shinra |
|
||||
| 종로 | jonglo | jongro, jongno, jokro, jokno |
|
||||
| 떡볶이 | togboki | tteokbokki, ttokppokki, topokki, toppogi |
|
||||
|
||||
- Soli gives Hangul consonants a consistent Latin representation. In contrast, RR and MR use different Latin letters for Hangul consonants depending on whether they're at the beginning or end of a word. For example, ㄱ, ㄷ, ㄹ, and ㅂ are transcribed as g, d, r, b at the start, and k, t, l, p at the end.
|
||||
- Soli simplifies things by using the same Latin spelling for similar vowels: ㅜ/ㅡ become u, ㅐ/ㅔ become e, ㅒ/ㅖ become ye, ㅙ/ㅚ/ㅞ become oe, and ᅱ/ᅴ become ui. In contrast, RR adds 'a' or 'e' to certain vowels: ㅡ becomes eu, ㅐ becomes ae, and ᅫ becomes wae. This can be confusing and cause people to misread ㅡ as eh-u and ㅐ as ah-eh.
|
||||
|
@ -27,9 +26,11 @@ Hangul | Soli | Other Variations
|
|||
<br>RR/MR: Hangeul, Han'gŭl, Han-geul
|
||||
|
||||
### Exceptions
|
||||
|
||||
- When ㅅ, ㅈ, ㅊ, or ㅎ are not followed by a vowel, they sound like t: 낮 naj → nat, 햇빛 hesbich → hetbit
|
||||
|
||||
## Hangul Jamo
|
||||
|
||||
### Vowels
|
||||
|
||||
<table>
|
||||
|
@ -138,11 +139,13 @@ Hangul | Soli | Other Variations
|
|||
</tr>
|
||||
<tr align=center>
|
||||
<td>ㅘ</td>
|
||||
<td colspan=4>wa</td>
|
||||
<td>oa</td>
|
||||
<td colspan=3>wa</td>
|
||||
</tr>
|
||||
<tr align=center>
|
||||
<td>ㅝ</td>
|
||||
<td colspan=2>wo</td>
|
||||
<td>uo</td>
|
||||
<td>wo</td>
|
||||
<td>wŏ</td>
|
||||
<td>we</td>
|
||||
</tr>
|
||||
|
@ -258,11 +261,13 @@ Hangul | Soli | Other Variations
|
|||
</tr>
|
||||
<tr align=center>
|
||||
<td>ㄸ</td>
|
||||
<td colspan=4>tt</td>
|
||||
<td>t</td>
|
||||
<td colspan=3>tt</td>
|
||||
</tr>
|
||||
<tr align=center>
|
||||
<td>ㅃ</td>
|
||||
<td colspan=4>pp</td>
|
||||
<td>p</td>
|
||||
<td colspan=3>pp</td>
|
||||
</tr>
|
||||
<tr align=center>
|
||||
<td>ㅆ</td>
|
||||
|
@ -271,7 +276,8 @@ Hangul | Soli | Other Variations
|
|||
</tr>
|
||||
<tr align=center>
|
||||
<td>ㅉ</td>
|
||||
<td colspan=2>jj</td>
|
||||
<td>j</td>
|
||||
<td>jj</td>
|
||||
<td>tch</td>
|
||||
<td>cc</td>
|
||||
</tr>
|
||||
|
@ -279,56 +285,57 @@ Hangul | Soli | Other Variations
|
|||
</table>
|
||||
|
||||
## Usage
|
||||
|
||||
- Hangul: 콩고물과 우유가 들어간 빙수는 차게 먹어야 특별한 맛이 잘 표현된다.
|
||||
<p>RR: Konggomulgwa uyuga deureogan bingsuneun chage meogeoya teukbyeolhan masi jal pyohyeondoenda.</p>
|
||||
<p>MR: K'onggomulgwa uyuga tŭrŏgan pingsunŭn ch'age mŏgŏya t'ŭkpyŏrhan mashi chal p'yohyŏndoenda.</p>
|
||||
<p>Soli: Konggomulgwa uyuga dulogan bingsunun chage mogoya tugbyolhan masi jal pyohyondoenda.</p>
|
||||
<p>Soli: Konggomulgoa uyuga dulogan bingsunun chage mogoya tugbyolhan masi jal pyohyondoenda.</p>
|
||||
- Hangul: 참나무 타는 소리와 야경만큼 밤의 여유를 표현해 주는 것도 없다.
|
||||
<p>RR: Chamnamu taneun soriwa yagyeongmankeum bamui yeoyureul pyohyeonhae juneun geotdo eopda.</p>
|
||||
<p>MR: Ch'amnamu t'anŭn soriwa yagyŏngmank'ŭm pamŭi yŏyurŭl p'yohyŏnhae chunŭn kŏtto ŏpta.</p>
|
||||
<p>Soli: Chamnamu tanun soliwa yagyongmankum bamui yoyulul pyohyonhe junun gotdo obtda.</p>
|
||||
<p>Soli: Chamnamu tanun solioa yagyongmankum bamui yoyulul pyohyonhe junun gotdo obtda.</p>
|
||||
- Hangul: 모든 인간은 태어날 때부터 자유로우며 그 존엄과 권리에 있어 평등하다. 인간은 천부적으로 이성과 양심을 부여받았으며 서로 형제애의 정신으로 행동하여야 한다.
|
||||
<p>RR: Modeun inganeun taeeonal ttaebuteo jayuroumyeo geu joneomgwa gwollie isseo pyeongdeunghada. inganeun cheonbujeogeuro iseonggwa yangsimeul buyeobadasseumyeo seoro hyeongjeaeui jeongsineuro haengdonghayeoya handa.</p>
|
||||
<p>MR: Modŭn in'ganŭn t'aeŏnal ttaebut'ŏ chayuroumyŏ kŭ chonŏmgwa kwŏllie issŏ p'yŏngdŭnghada. in'ganŭn ch'ŏnbujŏkŭro isŏnggwa yangshimŭl puyŏbadassŭmyŏ sŏro hyŏngjeaeŭi chŏngshinŭro haengdonghayŏya handa.</p>
|
||||
<p>Soli: Modun inganun teonal ttebuto jayuloumyo gu jonomgwa gwonlie iso pyongdunghada. inganun chonbujogulo isonggwa yangsimul buyobadasumyo solo hyongjeeui jongsinulo hengdonghayoya handa.</p>
|
||||
<p>Soli: Modun inganun teonal tebuto jayuloumyo gu jonomgoa guonlie iso pyongdunghada. inganun chonbujogulo isonggoa yangsimul buyobadasumyo solo hyongjeeui jongsinulo hengdonghayoya handa.</p>
|
||||
|
||||
- Cities
|
||||
|
||||
Hangul | Soli | Hangul | Soli | Hangul | Soli | Hangul | Soli | Hangul | Soli
|
||||
:---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---:
|
||||
서울 | Soul | 평양 | Pyongyang | 부산 | Busan | 인천 | Inchon | 대구 | Degu
|
||||
대전 | Dejon | 광주 | Gwangju | 수원 | Suwon | 울산 | Ulsan | 제주 | Jeju
|
||||
| Hangul | Soli | Hangul | Soli | Hangul | Soli | Hangul | Soli | Hangul | Soli |
|
||||
| :----: | :---: | :----: | :-------: | :----: | :---: | :----: | :----: | :----: | :--: |
|
||||
| 서울 | Soul | 평양 | Pyongyang | 부산 | Busan | 인천 | Inchon | 대구 | Degu |
|
||||
| 대전 | Dejon | 광주 | Goangju | 수원 | Suuon | 울산 | Ulsan | 제주 | Jeju |
|
||||
|
||||
- List of regions and provinces
|
||||
|
||||
- 관북 Gwanbug<br>
|
||||
1. 함북 Hambug
|
||||
- 관남 Gwannam<br>
|
||||
2. 함남 Hamnam
|
||||
- 관서 Gwanso<br>
|
||||
3. 평북 Pyongbug<br>
|
||||
4. 평남 Pyongnam
|
||||
- 관북 Goanbug<br>
|
||||
1. 함북 Hambug
|
||||
- 관남 Goannam<br>
|
||||
2. 함남 Hamnam
|
||||
- 관서 Goanso<br>
|
||||
3. 평북 Pyongbug<br>
|
||||
4. 평남 Pyongnam
|
||||
- 해서 Heso<br>
|
||||
5. 황해 Hwanghe
|
||||
- 수도권 Sudogwon<br>
|
||||
6. 경기 Gyonggi
|
||||
- 관동 Gwandong<br>
|
||||
7. 강원 Gangwon
|
||||
5. 황해 Hoanghe
|
||||
- 수도권 Sudoguon<br>
|
||||
6. 경기 Gyonggi
|
||||
- 관동 Goandong<br>
|
||||
7. 강원 Ganguon
|
||||
- 호서 Hoso<br>
|
||||
8. 충북 Chungbug<br>
|
||||
9. 충남 Chungnam
|
||||
8. 충북 Chungbug<br>
|
||||
9. 충남 Chungnam
|
||||
- 호남 Honam<br>
|
||||
10. 전북 Jonbug<br>
|
||||
11. 전남 Jonnam
|
||||
10. 전북 Jonbug<br>
|
||||
11. 전남 Jonnam
|
||||
- 영남 Yongnam<br>
|
||||
12. 경북 Gyongbug<br>
|
||||
13. 경남 Gyongnam
|
||||
12. 경북 Gyongbug<br>
|
||||
13. 경남 Gyongnam
|
||||
- 제주 Jeju<br>
|
||||
14. 제주 Jeju
|
||||
14. 제주 Jeju
|
||||
|
||||
- Address
|
||||
- Hangul: 서울특별시 서초구 반포대로 59 101동 501호 (서초동, 서초아파트 자이)
|
||||
<br>Soli: Banpodelo 59 101dong 501ho (Sochodong, Socho Apartment Jai), Sochogu, Soul, Korea
|
||||
<br>Soli: Banpodelo 59 101-501 (Sochodong, Socho Apartment Jai), Sochogu, Soul, Korea
|
||||
<br>Soli: Banpodelo 59 101dong 501ho (Sochodong, Socho Apartment Jai), Sochogu, Soul, Korea
|
||||
<br>Soli: Banpodelo 59 101-501 (Sochodong, Socho Apartment Jai), Sochogu, Soul, Korea
|
||||
- Hangul: 서울특별시 서초구 반포대로 23길 6 (서초동)
|
||||
<br>Soli: Banpodelo 23 Gil 6 (Sochodong), Sochogu, Soul, Korea
|
||||
<br>Soli: Banpodelo 23 Gil 6 (Sochodong), Sochogu, Soul, Korea
|
||||
|
|
|
@ -1,34 +1,44 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Soli</title>
|
||||
<link rel="stylesheet" href="./vendor/bootstrap.min.css" />
|
||||
<script src="./js/soli.js"></script>
|
||||
</head>
|
||||
|
||||
<head>
|
||||
<title>Soli</title>
|
||||
<link rel="stylesheet" href="./vendor/bootstrap.min.css">
|
||||
<script src="./js/soli.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Soli</h1>
|
||||
<p>
|
||||
Soli is a tool to convert a text from Hangul to Latin alphabet.
|
||||
</p>
|
||||
<form>
|
||||
<div class="form-group mb-2">
|
||||
<label for="input" class="fw-bold small">Hangul</label>
|
||||
<textarea id="input" class="form-control" rows="2"
|
||||
rows="2">모든 인간은 태어날 때부터 자유로우며 그 존엄과 권리에 있어 평등하다. 인간은 천부적으로 이성과 양심을 부여받았으며 서로 형제애의 정신으로 행동하여야 한다.</textarea>
|
||||
<button type="button" class="btn btn-sm btn-success my-1" onclick="convert();">Submit Query</button>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="output" class="fw-bold small">Romaja (romanization)</label>
|
||||
<textarea id="out" class="form-control" rows="2" readonly></textarea>
|
||||
<button type="button" class="btn btn-sm btn-success my-1" onclick="clipboard();">Copy to
|
||||
Clipboard</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<!-- @date 2022 -->
|
||||
</body>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Soli</h1>
|
||||
<p>Soli is a tool to convert a text from Hangul to Latin alphabet.</p>
|
||||
<form>
|
||||
<div class="form-group mb-2">
|
||||
<label for="input" class="fw-bold small">Hangul</label>
|
||||
<textarea id="input" class="form-control" rows="2" rows="2">
|
||||
모든 인간은 태어날 때부터 자유로우며 그 존엄과 권리에 있어 평등하다. 인간은 천부적으로 이성과 양심을 부여받았으며 서로 형제애의 정신으로 행동하여야 한다.</textarea
|
||||
>
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-sm btn-success my-1"
|
||||
onclick="convert();"
|
||||
>
|
||||
Submit Query
|
||||
</button>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="output" class="fw-bold small"
|
||||
>Lomaja (romanization)</label
|
||||
>
|
||||
<textarea id="out" class="form-control" rows="2" readonly></textarea>
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-sm btn-success my-1"
|
||||
onclick="clipboard();"
|
||||
>
|
||||
Copy to Clipboard
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<!-- @date 2022 -->
|
||||
</body>
|
||||
</html>
|
||||
|
|
192
dist/js/soli.js
192
dist/js/soli.js
|
@ -1,75 +1,150 @@
|
|||
//@date 2022
|
||||
|
||||
const dict = {
|
||||
"ㄱ": "g",
|
||||
"ㄴ": "n",
|
||||
"ㄷ": "d",
|
||||
"ㄹ": "l",
|
||||
"ㅁ": "m",
|
||||
"ㅂ": "b",
|
||||
"ㅅ": "s",
|
||||
"ㅇ": "ng",
|
||||
"ㅈ": "j",
|
||||
"ㅊ": "ch",
|
||||
"ㅋ": "k",
|
||||
"ㅌ": "t",
|
||||
"ㅍ": "p",
|
||||
"ㅎ": "h",
|
||||
"ㄲ": "k",
|
||||
"ㄸ": "tt",
|
||||
"ㅃ": "pp",
|
||||
"ㅆ": "s",
|
||||
"ㅉ": "jj",
|
||||
"ㄳ": "gs",
|
||||
"ㄵ": "nj",
|
||||
"ㄶ": "nh",
|
||||
"ㄺ": "lg",
|
||||
"ㄻ": "lm",
|
||||
"ㄼ": "lb",
|
||||
"ㄽ": "ls",
|
||||
"ㄾ": "lt",
|
||||
"ㄿ": "lp",
|
||||
"ㅀ": "lh",
|
||||
"ㅄ": "bs",
|
||||
"ㅏ": "a",
|
||||
"ㅑ": "ya",
|
||||
"ㅓ": "o",
|
||||
"ㅕ": "yo",
|
||||
"ㅗ": "o",
|
||||
"ㅛ": "yo",
|
||||
"ㅜ": "u",
|
||||
"ㅠ": "yu",
|
||||
"ㅡ": "u",
|
||||
"ㅣ": "i",
|
||||
"ㅐ": "e",
|
||||
"ㅔ": "e",
|
||||
"ㅒ": "ye",
|
||||
"ㅖ": "ye",
|
||||
"ㅘ": "wa",
|
||||
"ㅙ": "oe",
|
||||
"ㅚ": "oe",
|
||||
"ㅞ": "oe",
|
||||
"ㅝ": "wo",
|
||||
"ㅟ": "wi",
|
||||
"ㅢ": "ui"
|
||||
ㄱ: "g",
|
||||
ㄴ: "n",
|
||||
ㄷ: "d",
|
||||
ㄹ: "l",
|
||||
ㅁ: "m",
|
||||
ㅂ: "b",
|
||||
ㅅ: "s",
|
||||
ㅇ: "ng",
|
||||
ㅈ: "j",
|
||||
ㅊ: "ch",
|
||||
ㅋ: "k",
|
||||
ㅌ: "t",
|
||||
ㅍ: "p",
|
||||
ㅎ: "h",
|
||||
ㄲ: "k",
|
||||
ㄸ: "t",
|
||||
ㅃ: "p",
|
||||
ㅆ: "s",
|
||||
ㅉ: "j",
|
||||
ㄳ: "gs",
|
||||
ㄵ: "nj",
|
||||
ㄶ: "nh",
|
||||
ㄺ: "lg",
|
||||
ㄻ: "lm",
|
||||
ㄼ: "lb",
|
||||
ㄽ: "ls",
|
||||
ㄾ: "lt",
|
||||
ㄿ: "lp",
|
||||
ㅀ: "lh",
|
||||
ㅄ: "bs",
|
||||
ㅏ: "a",
|
||||
ㅑ: "ya",
|
||||
ㅓ: "o",
|
||||
ㅕ: "yo",
|
||||
ㅗ: "o",
|
||||
ㅛ: "yo",
|
||||
ㅜ: "u",
|
||||
ㅠ: "yu",
|
||||
ㅡ: "u",
|
||||
ㅣ: "i",
|
||||
ㅐ: "e",
|
||||
ㅔ: "e",
|
||||
ㅒ: "ye",
|
||||
ㅖ: "ye",
|
||||
ㅘ: "oa",
|
||||
ㅙ: "oe",
|
||||
ㅚ: "oe",
|
||||
ㅞ: "oe",
|
||||
ㅝ: "uo",
|
||||
ㅟ: "ui",
|
||||
ㅢ: "ui",
|
||||
};
|
||||
|
||||
const hangul_f = ['ㄱ', 'ㄲ', 'ㄴ', 'ㄷ', 'ㄸ', 'ㄹ', 'ㅁ', 'ㅂ', 'ㅃ', 'ㅅ', 'ㅆ', 'ㅇ', 'ㅈ', 'ㅉ', 'ㅊ', 'ㅋ', 'ㅌ', 'ㅍ', 'ㅎ'];
|
||||
const hangul_m = ['ㅏ', 'ㅐ', 'ㅑ', 'ㅒ', 'ㅓ', 'ㅔ', 'ㅕ', 'ㅖ', 'ㅗ', 'ㅘ', 'ㅙ', 'ㅚ', 'ㅛ', 'ㅜ', 'ㅝ', 'ㅞ', 'ㅟ', 'ㅠ', 'ㅡ', 'ㅢ', 'ㅣ'];
|
||||
const hangul_e = ['', 'ㄱ', 'ㄲ', 'ㄳ', 'ㄴ', 'ㄵ', 'ㄶ', 'ㄷ', 'ㄹ', 'ㄺ', 'ㄻ', 'ㄼ', 'ㄽ', 'ㄾ', 'ㄿ', 'ㅀ', 'ㅁ', 'ㅂ', 'ㅄ', 'ㅅ', 'ㅆ', 'ㅇ', 'ㅈ', 'ㅊ', 'ㅋ', 'ㅌ', 'ㅍ', 'ㅎ'];
|
||||
const hangul_f = [
|
||||
"ㄱ",
|
||||
"ㄲ",
|
||||
"ㄴ",
|
||||
"ㄷ",
|
||||
"ㄸ",
|
||||
"ㄹ",
|
||||
"ㅁ",
|
||||
"ㅂ",
|
||||
"ㅃ",
|
||||
"ㅅ",
|
||||
"ㅆ",
|
||||
"ㅇ",
|
||||
"ㅈ",
|
||||
"ㅉ",
|
||||
"ㅊ",
|
||||
"ㅋ",
|
||||
"ㅌ",
|
||||
"ㅍ",
|
||||
"ㅎ",
|
||||
];
|
||||
const hangul_m = [
|
||||
"ㅏ",
|
||||
"ㅐ",
|
||||
"ㅑ",
|
||||
"ㅒ",
|
||||
"ㅓ",
|
||||
"ㅔ",
|
||||
"ㅕ",
|
||||
"ㅖ",
|
||||
"ㅗ",
|
||||
"ㅘ",
|
||||
"ㅙ",
|
||||
"ㅚ",
|
||||
"ㅛ",
|
||||
"ㅜ",
|
||||
"ㅝ",
|
||||
"ㅞ",
|
||||
"ㅟ",
|
||||
"ㅠ",
|
||||
"ㅡ",
|
||||
"ㅢ",
|
||||
"ㅣ",
|
||||
];
|
||||
const hangul_e = [
|
||||
"",
|
||||
"ㄱ",
|
||||
"ㄲ",
|
||||
"ㄳ",
|
||||
"ㄴ",
|
||||
"ㄵ",
|
||||
"ㄶ",
|
||||
"ㄷ",
|
||||
"ㄹ",
|
||||
"ㄺ",
|
||||
"ㄻ",
|
||||
"ㄼ",
|
||||
"ㄽ",
|
||||
"ㄾ",
|
||||
"ㄿ",
|
||||
"ㅀ",
|
||||
"ㅁ",
|
||||
"ㅂ",
|
||||
"ㅄ",
|
||||
"ㅅ",
|
||||
"ㅆ",
|
||||
"ㅇ",
|
||||
"ㅈ",
|
||||
"ㅊ",
|
||||
"ㅋ",
|
||||
"ㅌ",
|
||||
"ㅍ",
|
||||
"ㅎ",
|
||||
];
|
||||
|
||||
function convert() {
|
||||
let input = document.getElementById("input").value.trim();
|
||||
let out = "";
|
||||
|
||||
for (let i = 0; i < input.length; i++) {
|
||||
if (input[i].match(/[\uac00-\ud7af]|[\u1100-\u11ff]|[\u3130-\u318f]|[\ua960-\ua97f]|[\ud7b0-\ud7ff]/g)) {
|
||||
if (
|
||||
input[i].match(
|
||||
/[\uac00-\ud7af]|[\u1100-\u11ff]|[\u3130-\u318f]|[\ua960-\ua97f]|[\ud7b0-\ud7ff]/g
|
||||
)
|
||||
) {
|
||||
const ga = 44032;
|
||||
let unicode = input[i].charCodeAt(0);
|
||||
unicode = unicode - ga;
|
||||
|
||||
let fi = parseInt(unicode / 588);
|
||||
let mi = parseInt((unicode - (fi * 588)) / 28);
|
||||
let mi = parseInt((unicode - fi * 588) / 28);
|
||||
let ei = parseInt(unicode % 28);
|
||||
|
||||
if (hangul_f[fi] && hangul_f[fi] != "ㅇ") {
|
||||
|
@ -91,7 +166,10 @@ function convert() {
|
|||
|
||||
for (var i = 0; i < out.length; i++) {
|
||||
if (["s", "j", "ch", "h"].includes(out[i])) {
|
||||
if (i + 1 < out.length && ["a", "e", "i", "o", "u", "y", "w"].includes(out[i + 1])) {
|
||||
if (
|
||||
i + 1 < out.length &&
|
||||
["a", "e", "i", "o", "u", "y", "w"].includes(out[i + 1])
|
||||
) {
|
||||
continue;
|
||||
} else {
|
||||
out = out.substring(0, i) + "t" + out.substring(i + 1);
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 17 KiB |
Loading…
Reference in a new issue