Hack doesn't understand UTF-8 labels
- Dominant language
- C++
- Stars
- 18.7k
- Forks
- 3.1k
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 2
Description
### HHVM Version
3.13.2
### Standalone code, or other way to reproduce the problem
```
git clone https://github.com/sgolemon/table-flip.git
cd table-flip
touch .hhconfig
hh_client
```
### Expected result
No errors!
### Actual result
```
src/TableFlip.hhi:3:11,10: Name already bound: *Unknown* (Naming[2012])
src/TableFlip.hhi:13:7,6: Previous definition is here
src/TableFlip.hhi:3:11,11: Expected identifier (Parsing[1002])
src/TableFlip.hhi:5:7,6: Name already bound: *Unknown* (Naming[2012])
src/TableFlip.hhi:13:7,6: Previous definition is here
src/TableFlip.hhi:9:7,6: Name already bound: *Unknown* (Naming[2012])
src/TableFlip.hhi:13:7,6: Previous definition is here
```
Contributor guide
Assessment
This issue has not been assessed yet.