+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
******************************************************************************
*
*
******************************************************************************
* file name: bocu1tst.c
-* encoding: US-ASCII
+* encoding: UTF-8
* tab size: 8 (not used)
* indentation:4
*
} while(--count>0);
/* add lead byte */
- result|=(lead+diff)<<shift;
+ result |= (uint32_t)(lead+diff)<<shift;
return result;
}