1
0
mirror of https://github.com/fumiama/emozi.git synced 2026-06-09 20:40:23 +08:00

feat(lookup): export EmptyMark

This commit is contained in:
源文雨
2024-02-22 15:59:48 +09:00
parent 9d52013573
commit 5c526dcadb
5 changed files with 445 additions and 444 deletions

View File

@@ -21,7 +21,7 @@ func WrapRawEmoziString(s string) EmoziString {
if len(rs) < 4 {
diff := 4 - len(rs)
for i := 0; i < diff; i++ {
rs = append(rs, )
rs = append(rs, EmptyMark)
}
s = string(rs)
}