Make Err_win_error return English messages

English messages are hopefully strictly ASCII. Passing 0 as language id
may return a non-English message using the current code page and
resulting in invalid UTF-8.

See LUCY-311.
1 file changed
tree: 0b0d2fb68f490da66c4f13cb4d8ed9da76ee9830
  1. compiler/
  2. devel/
  3. lemon/
  4. runtime/
  5. .gitignore
  6. .travis.yml
  7. appveyor.yml
  8. CHANGES
  9. CONTRIBUTING.md
  10. INSTALL.md
  11. LICENSE
  12. NOTICE
  13. README.md
README.md

Apache Clownfish

The Apache Clownfish “symbiotic” object system pairs with “host” programming language environments and facilitates the development of high performance language extensions.

Host language support

Bindings for the following hosts are under development:

  • C (feature-complete)
  • Go (experimental)
  • Perl 5 (feature-complete)
  • Python 3 / CPython (nascent)
  • Ruby / MRI (nascent)

Installation

To build and install Apache Clownfish, follow the instructions in the accompanying “INSTALL” document.

Help wanted

The target audience for the current release of Clownfish is developers. Clownfish is developed by the Apache Lucy community, where it is used to provide host language bindings for the Lucy search engine library; we expect that as Clownfish matures it will eventually spin off as an independent project. If you would like to contribute to Clownfish, please join the Lucy developers mailing list.