Skip to content

Commit

Permalink
Merge pull request #4091 from zowe/Martin-Zeithaml-patch-1
Browse files Browse the repository at this point in the history
V2: Update `xplatform.d.ts` with `appendFileUTF8`
  • Loading branch information
MarkAckert authored Nov 27, 2024
2 parents 62e3828 + 3a64038 commit 311756f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/zwe/types/@qjstypes/xplatform.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export function stringFromBytes(data:ArrayBuffer, offset:number, length:number,
*/
export function loadFileUTF8(path:string, sourceCCSID:number):string;
export function storeFileUTF8(path:string, targetCCSID:number, content:string):number;
export function appendFileUTF8(path: string, targetCCSID:number, content:string):number;

export var AUTO_DETECT:number;
export var NO_CONVERT:number;

0 comments on commit 311756f

Please sign in to comment.