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

[xml] does not work with characters other than the Latin #7115

Closed
buzzzzer opened this issue Jun 2, 2016 · 3 comments
Closed

[xml] does not work with characters other than the Latin #7115

buzzzzer opened this issue Jun 2, 2016 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug languages-basic Basic language support issues verified Verification succeeded
Milestone

Comments

@buzzzzer
Copy link

buzzzzer commented Jun 2, 2016

  • VSCode Version: 1.1.1
  • OS Version: Windows 10
    Steps to Reproduce:
  • Open attached sample_utf.xml

image

sample_utf.zip

Regards, Serge

@Tyriar
Copy link
Member

Tyriar commented Jun 2, 2016

Seems relevant:

Names and Tokens

[4] NameStartChar ::= ":" | [A-Z] | "_" | [a-z] | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x2FF] | [#x370-#x37D] | [#x37F-#x1FFF] | [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]
[4a] NameChar ::= NameStartChar | "-" | "." | [0-9] | #xB7 | [#x0300-#x036F] | [#x203F-#x2040]
[5] Name ::= NameStartChar (NameChar)*
[6] Names ::= Name (#x20 Name)*
[7] Nmtoken ::= (NameChar)+
[8] Nmtokens ::= Nmtoken (#x20 Nmtoken)*

https://www.w3.org/TR/REC-xml/#sec-common-syn

@aeschli aeschli changed the title XML extension does not work with characters other than the Latin [xml] does not work with characters other than the Latin Jun 16, 2016
@aeschli aeschli added the languages-basic Basic language support issues label Jun 16, 2016
@aeschli aeschli added this to the June 2016 milestone Jun 16, 2016
@aeschli aeschli added the bug Issue identified by VS Code Team member as probable bug label Jun 16, 2016
@jrieken jrieken added the verification-found Issue verification failed label Jul 4, 2016
@jrieken jrieken reopened this Jul 4, 2016
@jrieken
Copy link
Member

jrieken commented Jul 4, 2016

screen shot 2016-07-04 at 14 03 31

Still seeing this with

<äddddd>
</ädddd>

<däddddd>

</dädddd>

@jrieken jrieken modified the milestones: July 2016, June 2016 Jul 5, 2016
@aeschli
Copy link
Contributor

aeschli commented Jul 5, 2016

Works for me with XML
image

Maybe you tried HTML?
image

@aeschli aeschli modified the milestones: June 2016, July 2016 Jul 5, 2016
@aeschli aeschli removed the verification-found Issue verification failed label Jul 5, 2016
@aeschli aeschli closed this as completed Jul 5, 2016
@jrieken jrieken added the verified Verification succeeded label Sep 2, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug languages-basic Basic language support issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants