@@ -86,7 +86,7 @@ pub mod charwidth {
86
86
}
87
87
88
88
/// Autogenerated. 1 sub-table(s). Consult [`lookup_width`] for layout info.
89
- const TABLES_0 : [ u8 ; 256 ] = [
89
+ static TABLES_0 : [ u8 ; 256 ] = [
90
90
0x00 , 0x01 , 0x02 , 0x03 , 0x03 , 0x04 , 0x05 , 0x06 , 0x07 , 0x08 , 0x09 , 0x0A , 0x0B , 0x0C , 0x0D ,
91
91
0x0E , 0x03 , 0x03 , 0x03 , 0x03 , 0x03 , 0x03 , 0x03 , 0x0F , 0x03 , 0x03 , 0x03 , 0x03 , 0x03 , 0x03 ,
92
92
0x03 , 0x0F , 0x09 , 0x09 , 0x09 , 0x09 , 0x09 , 0x09 , 0x09 , 0x09 , 0x09 , 0x09 , 0x09 , 0x09 , 0x09 ,
@@ -108,7 +108,7 @@ pub mod charwidth {
108
108
] ;
109
109
110
110
/// Autogenerated. 19 sub-table(s). Consult [`lookup_width`] for layout info.
111
- const TABLES_1 : [ u8 ; 2432 ] = [
111
+ static TABLES_1 : [ u8 ; 2432 ] = [
112
112
0x00 , 0x01 , 0x02 , 0x03 , 0x04 , 0x05 , 0x06 , 0x07 , 0x06 , 0x08 , 0x06 , 0x09 , 0x0A , 0x0B , 0x0C ,
113
113
0x0D , 0x0E , 0x0F , 0x10 , 0x06 , 0x06 , 0x06 , 0x11 , 0x12 , 0x13 , 0x14 , 0x06 , 0x15 , 0x16 , 0x17 ,
114
114
0x18 , 0x19 , 0x1A , 0x1B , 0x1C , 0x1D , 0x1E , 0x1F , 0x20 , 0x21 , 0x22 , 0x23 , 0x22 , 0x24 , 0x25 ,
@@ -275,7 +275,7 @@ pub mod charwidth {
275
275
] ;
276
276
277
277
/// Autogenerated. 240 sub-table(s). Consult [`lookup_width`] for layout info.
278
- const TABLES_2 : [ u8 ; 3840 ] = [
278
+ static TABLES_2 : [ u8 ; 3840 ] = [
279
279
0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x55 , 0x55 , 0x55 , 0x55 , 0x55 , 0x55 , 0x55 ,
280
280
0x55 , 0x55 , 0x55 , 0x55 , 0x55 , 0x55 , 0x55 , 0x55 , 0x55 , 0x55 , 0x55 , 0x55 , 0x55 , 0x55 , 0x55 ,
281
281
0x55 , 0x15 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x5D , 0xD7 , 0x77 , 0x75 , 0xFF ,
0 commit comments