magento file wrote in ANSI. if we change files to UTF8, is it possible?
I saw database and I found that there, product names are in utf8
i thinks problem is in magento ANSI files
what you think?
magento file wrote in ANSI. if we change files to UTF8, is it possible?
I saw database and I found that there, product names are in utf8
i thinks problem is in magento ANSI files
what you thinks?
הכל הקבצים במג’נטו מקודדים ב-UTF8
גם בסיס הנתונים חייב להיות באותו קידוד.
אין קשר בכלל בין קידוד הקבצים לבין כתובות URL
בעיקרון צריך באמת לתקן את הקוד, אבל בנתיים יש לי שיטה שעובדת - לפחות בדפדפנים החדשים, לא בדקתי באקספלורר 6
לך לכתובת הזאת http://meyerweb.com/eric/tools/dencoder/
שים שם המילה בעברית ותמיר אותה - קח את המחרוזת שתקבל ושים אותה בהגדרות שיכתוב במקום המילה בעברית
תגיד לי אם זה עבד בשבילך.
do you know, I just got a product name encoded and I put it into product name and URL fields, in product edit page.
then I refreshed front end. but I saw name and URL are encoded and they didn’t decoded.
מוזר, אצלי זה עבד אתמול. אני כרגע לא בבית ואין לי גישה למג’נטו בשביל לבדוק אבל יש לי בשבילך פיתרון אחר:
אתה יכול להוסיף את השכתובים ב- .htaccess
משהו כזה:
RewriteRule ùìåí /category/MyproductName.html
RewriteRule שלום /category/MyproductName.html
שים לב לשמור את הקובץ בקידוד של UTF8
אני לא בטוח שצריך שני רולים בשביל כל מוצר, אולי רק בשביל גולשים באקספלורר שש שנכנסים אליך מאתר שהדפים שלו מקודדים ב- Windows-1255,
צריך לבדוק את זה