Skip to content

Commit 9172311

Browse files
author
HiroHsu
authored
更新說明
1 parent d4a57b8 commit 9172311

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# UnicodeAtOnToUnicode
22
將原本是Unicode補完計畫中的外字字串轉換成Unicode編碼型式(&#XXXX)
3+
4+
### 簡介
5+
這個是多年前某傳產業專案中的小工具,用來轉換以前BIG5看不到日文,結果安裝中國海字集或者是Unicode補完計畫,導致無法與新軟體相容,產生方塊字,這個工具就是將外字字串轉換成Unicode編碼。
6+
7+
### 使用方式
8+
9+
首先Using
10+
11+
uning uniEncoder
12+
13+
然後使用 Convert 方法進行轉換
14+
15+
toUnicode.Convert(string)
16+

0 commit comments

Comments
 (0)