עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

שינוי encoding של קובץ טקסט בC#. איך?

Featured Replies

פורסם

אני רוצה לקחת כל קובץ שבא לי ולשנות לו את הENCODING לUTF-8. בזמן ריצה כמובן. מישהו יודע איך עושים את זה?

כי ניסיתי סתם לקרוא את הקובץ ואז שוב לכתוב אותו וזה הפך לי את כל התוכן שלו לריבועים. רק הספרות נישארו בסדר.

ניסיתי לעשות את זה ככה:

File.WriteAllText(filePath, File.ReadAllText(filePath), Encoding.UTF-8);

פורסם

שורה כזאת בדיוק עובדת אצלי בלי בעיה.

אני מציע בתור התחלה לפרק את זה לשתי שורות כדי לראות מה הוא מחזיר:


string text = File.ReadAllText(filePath);
File.WriteAllText(filePath, text, Encoding.UTF8);

תראה אם ה-string שהוא מחזיר תקין בכלל.

אגב, זה encoding.UTF8 בלי מקף - אני מניח שיש טעות בהקלדה פה ולא בקוד עצמו כי זה לא אמור לקמפל בכלל.

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.