האם פריוריטי מאפשרת ליצר ולשמור קובץ בו העברית עם

פורומים שימוש במערכת האם פריוריטי מאפשרת ליצר ולשמור קובץ בו העברית עם

  • הנושא הזה ריק.
  • Post
    אלמוני
    אורח
    האם פריוריטי מאפשרת ליצר ולשמור קובץ בו העברית עם קידוד של utf-8 ?
מוצגות 1 תגובות (מתוך 1 סה״כ)
  • Replies
    אלמוני
    אורח
    תכנית FILTER יכולה לעשות זאת. בגרסת SDK 17.1, עמוד 211:
     FILTER -unicode2ascii [Input Output] [-M Msgfile] — converts the input file from Unicode to ASCII.
     FILTER -ascii2unicode [Input Output] [-M Msgfile] — converts the input file from ASCII to Unicode.
     FILTER [-r] -pc [Input Output] [-M Msgfile] — converts the input file from DOS Hebrew to Windows Hebrew.
     FILTER -heb [Input Output] [-M Msgfile] — reverses the order of characters in Hebrew text.
     FILTER -addcr [Input Output] — When using an SQL query to export data from Priority tables, the '\n' (new line) character is added automatically to the end of each line. Use this option to add the '\r' (carriage return) character, as well, throughout the file (so that each line ends with the characters '\r\n').
     FILTER -unicode2utf8 [Input Output] — converts a UTF-16 file to UTF-8.
     FILTER -utf82unicode [Input Output] — converts a UTF-8 file to UTF-16.
     FILTER -trim [Input Output] — trims blank spaces at the beginning and end of each line in input file; also removes CR (carriage return) at the end of the line.
    FILTER parameters
     '-r' — Use this option when you want the FILTER program to reverse the order of characters in the file (e.g., instead of 'abcd' you receive 'dcba').
     Input, Output — The input and output files to which the FILTER program refers.
     '-M', 'Msgfile' — Use this option when you want the FILTER program to record error messages in the designated file.
מוצגות 1 תגובות (מתוך 1 סה״כ)
  • יש להתחבר למערכת על מנת להגיב.