Skip to content

Commit

Permalink
fixed charset name
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed May 4, 2016
1 parent 38029f9 commit 0593e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nsGB2312Prober.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class nsGB18030Prober: public nsCharSetProber {
Reset();};
virtual ~nsGB18030Prober(void){delete mCodingSM;};
nsProbingState HandleData(const char* aBuf, PRUint32 aLen);
const char* GetCharSetName() {return "gb18030";};
const char* GetCharSetName() {return "GB18030";};
nsProbingState GetState(void) {return mState;};
void Reset(void);
float GetConfidence(void);
Expand Down

0 comments on commit 0593e1c

Please sign in to comment.