├── Makefile ├── README ├── spec ├── spec.cpp ├── spec.h ├── spec_main.cpp └── spec_wtf8.cpp └── wtf8.h /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scoopr/wtf8/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scoopr/wtf8/HEAD/README -------------------------------------------------------------------------------- /spec/spec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scoopr/wtf8/HEAD/spec/spec.cpp -------------------------------------------------------------------------------- /spec/spec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scoopr/wtf8/HEAD/spec/spec.h -------------------------------------------------------------------------------- /spec/spec_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scoopr/wtf8/HEAD/spec/spec_main.cpp -------------------------------------------------------------------------------- /spec/spec_wtf8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scoopr/wtf8/HEAD/spec/spec_wtf8.cpp -------------------------------------------------------------------------------- /wtf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scoopr/wtf8/HEAD/wtf8.h --------------------------------------------------------------------------------