This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269562 - Non-ASCII characters cause "Namespace is not valid" error on file creation
Summary: Non-ASCII characters cause "Namespace is not valid" error on file creation
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-14 16:27 UTC by Elven_Spellmaker
Modified: 2017-01-14 16:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows how non-ASCII characters cause an error even though they're valid in PHP namespaces (2.98 KB, image/png)
2017-01-14 16:27 UTC, Elven_Spellmaker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Elven_Spellmaker 2017-01-14 16:27:57 UTC
Created attachment 163399 [details]
Shows how non-ASCII characters cause an error even though they're valid in PHP namespaces

When trying to create a new PHP file, non-ASCII characters in a namespace cause "Namespace is not valid" error to be displayed.

Non-ASCII characters are valid in namespaces in PHP.

Screenshot is attached for clarification.