Jump to content

Mbcs Support Autoit V3


 Share

Recommended Posts

Source Included.

AUMBCS.dll is complied in Delphi7.

tested under WinXP(Simpified & Traditional Chinese)

The sample in the package is Simpified Chinese version.

The Functions may support Korean, Japanese as well...

MBCS support for AutoIt v3

[iNSTALLATION]Put Include/MBCString.au3 to your AutoIt's INCLUDE Path

Ensure that your script can find AUMBCS.dll(in the script's folder, or the global PATH entironment variable)

[FUNCTIONS]

_StringInStr: equ to the function "StringInStr"

_StringMid: equ to the function "StringMid"

_StringLen: equ to the function "StringLen"

_StringLeft: equ to the function "StringLeft"

_StringRight: equ to the function "StringRight"

_Send: equ to the function "_Send"

_Chr: equ to the function "Chr"

_Asc: equ to the function "Asc"

_StringReverseW: equ to the function "_StringReverse"

_StringReplace: equ to the function "StringReplace"

_StringTrimLeft: equ to the function "StringTrimLeft"

_StringTrimRight: equ to the function "StringTrimRight"

_StringInsert($string, $substring, $pos):

Inserts $substring into $string beginning at a specified point $pos.

_StringDelete($string, $start, $count)

Removes a substring from a string.

[HISTROY]

0.1 - First Release.

:)

AUMBCS.zip

DLLSOURCE.zip

Edited by TianpengWong
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...