libreoffice-online/ios/Mobile
Patrick Luby 650438283e Fix issue #5843 escape non-ASCII characters only for image data
Passing non-ASCII, UTF-8 text from native to JavaScript works
fine, but images become corrupted if any non-ASCII bytes are
not escaped.

The Socket._extractTextImg() JavaScript function assumes that,
in the iOS app, the first newline separates text from image data
so assume all bytes after the first new line are image data.

Signed-off-by: Patrick Luby <patrick.luby@collabora.com>
Change-Id: I06f4377bb3b7002a76041a198076decfee9e3733
2023-03-06 18:01:39 +01:00
..
Assets.xcassets
Base.lproj
Resources Remove template list URL from application settings 2023-03-06 18:01:07 +01:00
AppDelegate.h
AppDelegate.mm Remove template list URL from application settings 2023-03-06 18:01:07 +01:00
CODocument.h
CODocument.mm Fix issue #5843 escape non-ASCII characters only for image data 2023-03-06 18:01:39 +01:00
DocumentBrowserViewController.h
DocumentBrowserViewController.mm
DocumentViewController.h
DocumentViewController.mm Partial fix #5885 Close the font picker when a font is tapped 2023-03-06 18:01:39 +01:00
Info.plist.in Bump version to 23.05.0 2023-02-20 21:33:13 +01:00
L10n.h
L10n.mm
main.m
Mobile.entitlements
Mobile.plist
SceneDelegate.h
SceneDelegate.mm
TemplateCollectionViewController.h
TemplateCollectionViewController.mm
TemplateSectionHeaderView.h
TemplateSectionHeaderView.m