Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nordic characters: "æøå" #756

Closed
PanayotCankov opened this issue Sep 17, 2015 · 3 comments
Closed

Nordic characters: "æøå" #756

PanayotCankov opened this issue Sep 17, 2015 · 3 comments
Milestone

Comments

@PanayotCankov
Copy link
Contributor

Add support for Nordic characters: "æøå".
These should work when used both in XML and JavaScript.
Prior 1.3.0 they used to appear correctly, but in 1.3.0 we've degraded and they can't be used in JavaScript now in iOS.

The problem is easily reproduced with the hello world app and the following setup:

<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="pageLoaded">
  <StackLayout>
    <Label text="Tap the button" cssClass="title"/>
    <Button text="æøå" tap="{{ tapAction }}" />
    <Label id="l" text="{{ message }}" cssClass="message" textWrap="true"/>
  </StackLayout>
</Page>
var vmModule = require("./main-view-model");
function pageLoaded(args) {
    var page = args.object;
    page.bindingContext = vmModule.mainViewModel;
    page.getViewById("l").text = "æøå";
}
exports.pageLoaded = pageLoaded;

Be sure to add automation tests with image verification for usage in XML and JS.

@emiloberg
Copy link

Any updates on this? This is quite a deal breaker for us Swedes. It's like designing a user interface where you can't use one third of the english vowels ;)

@fealebenpae
Copy link
Contributor

Fixed in NativeScript/ios-jsc#334.

@KristinaKoeva KristinaKoeva added this to the 1.4.0 milestone Sep 25, 2015
@vchimev vchimev added the ready for test TSC needs to test this and confirm against live production apps and automated test suites label Sep 25, 2015
@vchimev vchimev assigned vchimev and unassigned dtopuzov Sep 25, 2015
vchimev pushed a commit that referenced this issue Sep 25, 2015
@vchimev vchimev added done and removed ready for test TSC needs to test this and confirm against live production apps and automated test suites labels Sep 28, 2015
@vchimev vchimev closed this as completed Sep 28, 2015
@vchimev vchimev removed their assignment May 1, 2017
@lock
Copy link

lock bot commented Aug 28, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Aug 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants