# turkish-char-encoding

> a tool to convert turkish character encodings

Latest version **0.0.5** (published 2013-09-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install turkish-char-encoding
pnpm add turkish-char-encoding
yarn add turkish-char-encoding
bun add turkish-char-encoding
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2013-09-22 |
| First published | 2013-09-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Ahmet Kizilay |
| Maintainers | ahmetkizilay |

## Links

- npm: https://www.npmjs.com/package/turkish-char-encoding
- Repository: https://github.com/artsince/turkish-char-encoding
- Issues: https://github.com/artsince/turkish-char-encoding/issues
- npm.io page: https://npm.io/package/turkish-char-encoding

## Recent versions

- 0.0.5 (latest) — 2013-09-22

## README

# turkish-char-encoding

This is a simple tool for NodeJS to convert ISO-8859-9 and Windows-1254 encoded Strings and Buffers into UTF-8 strings.

### Installation
```sh
npm install turkish-char-encoding
```

### Testing
Tests use [mocha](http://visionmedia.github.io/mocha/) and [should](https://github.com/visionmedia/should.js/).
```sh
npm test
```

### Usage
```
var encoder = require('turkish-char-encoding');

// for win-1254
var str = encoder('win-1254').toUTF8('ÖöÇçŞşİıĞğÜü'); // your win-1254 text/buffer
// for iso-8859-9
var str = encoder('iso-8859-9').toUTF8('ÖöÇçŞşİıĞğÜü'); // your iso-8859-9 text/buffer
etc...
```

---
_Source: https://npm.io/package/turkish-char-encoding · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
