ICU-353 corrected initialization of array.
X-SVN-Rev: 2077
This commit is contained in:
parent
b386934919
commit
7cc6dbc8c8
@ -42,7 +42,7 @@
|
||||
* -finish:
|
||||
* (BSR: Bit Scan Reverse, scans for a 1-bit, starting from the MSB)
|
||||
*/
|
||||
U_CAPI uint8_t U_EXPORT2
|
||||
U_EXPORT uint8_t U_EXPORT2
|
||||
utf8_countTrailBytes[256]={
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
|
Loading…
Reference in New Issue
Block a user