We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eddcab commit 3a100cdCopy full SHA for 3a100cd
ext/mbstring/libmbfl/mbfl/eaw_table.h
@@ -1,3 +1,14 @@
1
+/* East Asian Width table
2
+ *
3
+ * Some characters in East Asian languages are intended to be displayed in a space
4
+ * which is roughly square. (This contrasts with others such as the Latin alphabet,
5
+ * which are taller than they are wide.) To display these East Asian characters
6
+ * properly, twice the horizontal space is used. This must be taken into account
7
+ * when doing things like wrapping text to a specific width.
8
9
+ * Each pair of numbers in the below table is a range of Unicode codepoints
10
+ * which should be displayed as double-width. */
11
+
12
static const struct {
13
int begin;
14
int end;
0 commit comments