Renamed "Coding" to "Encoding" and adjusted other files accordingly
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34175 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ee0491f3e7
commit
92d7fb19f1
@ -9,7 +9,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
#include "Coding.h"
|
|
||||||
|
#include "Encoding.h"
|
||||||
|
|
||||||
class CodeConv {
|
class CodeConv {
|
||||||
public:
|
public:
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* Distributed under the terms of the MIT license.
|
* Distributed under the terms of the MIT license.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "Coding.h"
|
#include "Encoding.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
@ -29,8 +29,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CODING__H_
|
#ifndef _ENCODING__H_
|
||||||
#define _CODING__H_
|
#define _ENCODING__H_
|
||||||
|
|
||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
#include <UTF8.h>
|
#include <UTF8.h>
|
@ -9,7 +9,7 @@ Application Terminal :
|
|||||||
Arguments.cpp
|
Arguments.cpp
|
||||||
BasicTerminalBuffer.cpp
|
BasicTerminalBuffer.cpp
|
||||||
CodeConv.cpp
|
CodeConv.cpp
|
||||||
Coding.cpp
|
Encoding.cpp
|
||||||
FindWindow.cpp
|
FindWindow.cpp
|
||||||
Globals.cpp
|
Globals.cpp
|
||||||
HistoryBuffer.cpp
|
HistoryBuffer.cpp
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "Coding.h"
|
#include "Encoding.h"
|
||||||
#include "PrefHandler.h"
|
#include "PrefHandler.h"
|
||||||
#include "TermConst.h"
|
#include "TermConst.h"
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#include "Arguments.h"
|
#include "Arguments.h"
|
||||||
#include "AppearPrefView.h"
|
#include "AppearPrefView.h"
|
||||||
#include "Coding.h"
|
#include "Encoding.h"
|
||||||
#include "FindWindow.h"
|
#include "FindWindow.h"
|
||||||
#include "PrefWindow.h"
|
#include "PrefWindow.h"
|
||||||
#include "PrefHandler.h"
|
#include "PrefHandler.h"
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include <Message.h>
|
#include <Message.h>
|
||||||
|
|
||||||
#include "Coding.h"
|
#include "Encoding.h"
|
||||||
#include "TermConst.h"
|
#include "TermConst.h"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user