Bug 878765 - Add missing incrementation in AudioBlockPanStereoToStereo. r=ehsan
[gecko.git] / intl / uconv / ucvibm / nsUnicodeToCP869.cpp
blob7a28359d8fa823ef2b90470ebc2a7e500fe98913
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #include "nsUCConstructors.h"
6 #include "nsUnicodeToCP869.h"
8 //----------------------------------------------------------------------
9 // Global functions and data [declaration]
11 static const uint16_t g_ufMappingTable[] = {
12 #include "cp869.uf"
15 nsresult
16 nsUnicodeToCP869Constructor(nsISupports *aOuter, REFNSIID aIID,
17 void **aResult)
19 return CreateTableEncoder(u1ByteCharset,
20 (uMappingTable*) &g_ufMappingTable, 1,
21 aOuter, aIID, aResult);