mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-17 01:12:50 +08:00

Test rending a table with East Asia characters (Chinese, Japanese, Korean). The verified text file may look weird, but it looks normal and correctly in Console (tested in Windows Terminal, Terminal.app in macOS Monterey)
9 lines
767 B
Plaintext
9 lines
767 B
Plaintext
┌───────────────┬───────────────┬──────────────┐
|
|
│ Foo │ Bar │ Baz │
|
|
├───────────────┼───────────────┼──────────────┤
|
|
│ 中文 │ 日本語 │ 한국어 │
|
|
│ 这是中文测试 │ これは日本語 │ 이것은한국어 │
|
|
│ 字符串 │ のテスト文字 │ 테스트문자열 │
|
|
│ │ 列です │ 입니다 │
|
|
└───────────────┴───────────────┴──────────────┘
|