miachm / SODS

A simple Java library for handle ODS (Open Document Spreadsheet, compatible with Excel and Libreoffice)
The Unlicense
74 stars 30 forks source link

Correctly handle emojis and other non-BMP characters. #64

Closed tan9 closed 1 year ago

tan9 commented 1 year ago

This commit improves support for non-BMP Unicode characters in Java by correctly handling their encoding in surrogate pairs.

miachm commented 1 year ago

Thanks for the patch!

tan9 commented 1 year ago

@miachm Thank you for merging our PR quickly. Can you please release a new version containing this change? Otherwise, we will have to deploy the forked version to our environment first :smile:

miachm commented 1 year ago

@tan9 done!