You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set ^Port.Configuration("source.charset.input", extension) = charset
285
+
set ^Port.Configuration("source.charset.output", $$$ucase(extension)) = charset
276
286
return $$$OK
277
287
]]></Implementation>
278
288
</Method>
@@ -284,94 +294,6 @@ Defines a class used to handle source control hooks after Port execution.</Descr
284
294
]]></Implementation>
285
295
</Method>
286
296
287
-
<Methodname="SetRoutineInputTranslateTable">
288
-
<Description>
289
-
Defines the encoding used to save the routine items, this includes class items. Pass RAW to preserve the content as-is.</Description>
290
-
<ClassMethod>1</ClassMethod>
291
-
<FormalSpec>charset:%String</FormalSpec>
292
-
<ReturnType>%Status</ReturnType>
293
-
<Implementation><![CDATA[
294
-
set ^Port.Configuration("io.routine.in") = charset
295
-
return $$$OK
296
-
]]></Implementation>
297
-
</Method>
298
-
299
-
<Methodname="SetRoutineOutputTranslateTable">
300
-
<Description>
301
-
Defines the encoding used to save the exported files originated from routines, this includes class items. Pass RAW to preserve the content as-is.</Description>
302
-
<ClassMethod>1</ClassMethod>
303
-
<FormalSpec>charset:%String</FormalSpec>
304
-
<ReturnType>%Status</ReturnType>
305
-
<Implementation><![CDATA[
306
-
set ^Port.Configuration("io.routine.out") = charset
307
-
return $$$OK
308
-
]]></Implementation>
309
-
</Method>
310
-
311
-
<Methodname="SetPublicFileInputTranslateTable">
312
-
<Description>
313
-
Defines the encoding used to save CSP items. Pass RAW to preserve the content as-is.</Description>
314
-
<ClassMethod>1</ClassMethod>
315
-
<FormalSpec>charset:%String</FormalSpec>
316
-
<ReturnType>%Status</ReturnType>
317
-
<Implementation><![CDATA[
318
-
set ^Port.Configuration("io.public.in") = charset
319
-
return $$$OK
320
-
]]></Implementation>
321
-
</Method>
322
-
323
-
<Methodname="SetPublicFileOutputTranslateTable">
324
-
<Description>
325
-
Defines the encoding used to save public files originated from CSP items. Pass RAW to preserve the content as-is.</Description>
326
-
<ClassMethod>1</ClassMethod>
327
-
<FormalSpec>charset:%String</FormalSpec>
328
-
<ReturnType>%Status</ReturnType>
329
-
<Implementation><![CDATA[
330
-
set ^Port.Configuration("io.public.out") = charset
331
-
return $$$OK
332
-
]]></Implementation>
333
-
</Method>
334
-
335
-
<Methodname="GetRoutineInputTranslateTable">
336
-
<Description>
337
-
Retrieves the current configured routine translate table for inputs. Defaults to UTF-8.</Description>
set ^Port.Configuration("source.charset.input", extension) = charset
285
+
set ^Port.Configuration("source.charset.output", $$$ucase(extension)) = charset
276
286
return $$$OK
277
287
]]></Implementation>
278
288
</Method>
@@ -284,94 +294,6 @@ Defines a class used to handle source control hooks after Port execution.</Descr
284
294
]]></Implementation>
285
295
</Method>
286
296
287
-
<Methodname="SetRoutineInputTranslateTable">
288
-
<Description>
289
-
Defines the encoding used to save the routine items, this includes class items. Pass RAW to preserve the content as-is.</Description>
290
-
<ClassMethod>1</ClassMethod>
291
-
<FormalSpec>charset:%String</FormalSpec>
292
-
<ReturnType>%Status</ReturnType>
293
-
<Implementation><![CDATA[
294
-
set ^Port.Configuration("io.routine.in") = charset
295
-
return $$$OK
296
-
]]></Implementation>
297
-
</Method>
298
-
299
-
<Methodname="SetRoutineOutputTranslateTable">
300
-
<Description>
301
-
Defines the encoding used to save the exported files originated from routines, this includes class items. Pass RAW to preserve the content as-is.</Description>
302
-
<ClassMethod>1</ClassMethod>
303
-
<FormalSpec>charset:%String</FormalSpec>
304
-
<ReturnType>%Status</ReturnType>
305
-
<Implementation><![CDATA[
306
-
set ^Port.Configuration("io.routine.out") = charset
307
-
return $$$OK
308
-
]]></Implementation>
309
-
</Method>
310
-
311
-
<Methodname="SetPublicFileInputTranslateTable">
312
-
<Description>
313
-
Defines the encoding used to save CSP items. Pass RAW to preserve the content as-is.</Description>
314
-
<ClassMethod>1</ClassMethod>
315
-
<FormalSpec>charset:%String</FormalSpec>
316
-
<ReturnType>%Status</ReturnType>
317
-
<Implementation><![CDATA[
318
-
set ^Port.Configuration("io.public.in") = charset
319
-
return $$$OK
320
-
]]></Implementation>
321
-
</Method>
322
-
323
-
<Methodname="SetPublicFileOutputTranslateTable">
324
-
<Description>
325
-
Defines the encoding used to save public files originated from CSP items. Pass RAW to preserve the content as-is.</Description>
326
-
<ClassMethod>1</ClassMethod>
327
-
<FormalSpec>charset:%String</FormalSpec>
328
-
<ReturnType>%Status</ReturnType>
329
-
<Implementation><![CDATA[
330
-
set ^Port.Configuration("io.public.out") = charset
331
-
return $$$OK
332
-
]]></Implementation>
333
-
</Method>
334
-
335
-
<Methodname="GetRoutineInputTranslateTable">
336
-
<Description>
337
-
Retrieves the current configured routine translate table for inputs. Defaults to UTF-8.</Description>
0 commit comments