{"id":280,"date":"2023-06-01T10:50:58","date_gmt":"2023-06-01T10:50:58","guid":{"rendered":"https:\/\/xxformat.com\/fr\/?p=280"},"modified":"2023-06-07T22:26:19","modified_gmt":"2023-06-07T22:26:19","slug":"warning-encoding","status":"publish","type":"post","link":"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/","title":{"rendered":"WARNING: Some character data was lost during transcoding in column"},"content":{"rendered":"\r\n<h2 class=\"wp-block-heading\">1.Le probl\u00e8me<\/h2>\r\n\r\n\r\n\r\n<p>Avec l&rsquo;encodage WLATIN1, des caract\u00e8res comme sup\u00e9rieur ou \u00e9gal \u00e0 ne sont pas import\u00e9s. Ils sont transform\u00e9s en caract\u00e8re non imprimable 1A (valeur hexad\u00e9cimale) pour indiquer que les caract\u00e8res ont \u00e9t\u00e9 subtitu\u00e9s.<\/p>\r\n\r\n\r\n\r\n<p>Un avertissement appara\u00eet dans le journal :<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-code has-light-gray-background-color has-background\"><code><strong>WARNING: Some character data was lost during transcoding in column:<\/strong><\/code><\/pre>\r\n\r\n\r\n\r\n<p>Avec l&rsquo;encodage UTF-8, il n&rsquo;y a plus ce probl\u00e8me.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"378\" class=\"wp-image-283\" src=\"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/encoding_warning-1024x378.jpg\" alt=\"\" srcset=\"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/encoding_warning-1024x378.jpg 1024w, https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/encoding_warning-300x111.jpg 300w, https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/encoding_warning-768x283.jpg 768w, https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/encoding_warning.jpg 1193w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">2. Quel est l&rsquo;encodage actuel ?<\/h2>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">2.1 Les pr\u00e9f\u00e9rences de SAS<sup>\u00ae<\/sup> Studio ne sont pas pertinentes dans ce cas.<\/h3>\r\n\r\n\r\n\r\n<p>Dans les pr\u00e9f\u00e9rences de SAS Studio, le codage du texte par d\u00e9faut <strong>n&rsquo;est pas une information sur laquelle se fier<\/strong> lorsqu&rsquo;on s&rsquo;int\u00e9resse \u00e0 l&rsquo;encodage du syst\u00e8me SAS<sup>\u00ae<\/sup>.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"993\" height=\"686\" class=\"wp-image-284\" src=\"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/sas-studio-3-81_utf8.jpg\" alt=\"\" srcset=\"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/sas-studio-3-81_utf8.jpg 993w, https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/sas-studio-3-81_utf8-300x207.jpg 300w, https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/sas-studio-3-81_utf8-768x531.jpg 768w\" sizes=\"(max-width: 993px) 100vw, 993px\" \/><\/figure>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">2.2 V\u00e9rifier l&rsquo;encodage du syst\u00e8me SAS<sup>\u00ae<\/sup><\/h3>\r\n\r\n\r\n\r\n<pre class=\"wp-block-code has-primary-background-color has-background\"><code>proc options option=encoding; \r\nrun;<\/code><\/pre>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"966\" height=\"113\" class=\"wp-image-285\" src=\"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/proc_options_encoding_utf-8.jpg\" alt=\"\" srcset=\"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/proc_options_encoding_utf-8.jpg 966w, https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/proc_options_encoding_utf-8-300x35.jpg 300w, https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/proc_options_encoding_utf-8-768x90.jpg 768w\" sizes=\"(max-width: 966px) 100vw, 966px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Une fois le logiciel ouvert, il n&rsquo;est plus possible de modifier la valeur pour cette option.<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\">2.3 V\u00e9rifier l&rsquo;encodage du dataset<\/h3>\r\n\r\n\r\n\r\n<p>Apr\u00e8s avoir cr\u00e9\u00e9 le dataset, il est possible de v\u00e9rifier le syst\u00e8me d&rsquo;encodage appliqu\u00e9 aux donn\u00e9es.<\/p>\r\n\r\n\r\n\r\n<p>Dans cet exemple, le dataset <code>sheet1<\/code> est cr\u00e9\u00e9 \u00e0 partir de la feuille de calcul du m\u00eame nom disponible dans le fichier <code>Book1.xlsx<\/code> import\u00e9es avec le moteur <code>xlsx<\/code>.<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-code has-primary-background-color has-background\"><code>libname demo xlsx \"&amp;xxtraining.\/data\/Book1.xlsx\";\r\n\r\nproc copy in=demo out=work ;\r\n    select SHEET1;\r\nrun;\r\n\r\nlibname demo clear;\r\n\r\nproc print data=sheet1;\r\nrun;<\/code><\/pre>\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"306\" height=\"169\" class=\"wp-image-287\" src=\"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/encoding_xlsx.jpg\" alt=\"\" srcset=\"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/encoding_xlsx.jpg 306w, https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/encoding_xlsx-300x166.jpg 300w\" sizes=\"(max-width: 306px) 100vw, 306px\" \/>\r\n<figcaption class=\"wp-element-caption\"><code>Book1.xlsx<\/code><\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"188\" height=\"127\" class=\"wp-image-286\" src=\"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/encoding_dataset.jpg\" alt=\"\" \/>\r\n<figcaption class=\"wp-element-caption\">Dataset <code>sheet1<\/code><\/figcaption>\r\n<\/figure>\r\n<\/div>\r\n\r\n\r\n<pre class=\"wp-block-code has-primary-background-color has-background\"><code>ods select Attributes;\r\nproc contents data=sheet1;\r\nrun;<\/code><\/pre>\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"451\" height=\"203\" class=\"wp-image-288\" src=\"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/proc_contents_utf8.jpg\" alt=\"\" srcset=\"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/proc_contents_utf8.jpg 451w, https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/proc_contents_utf8-300x135.jpg 300w\" sizes=\"(max-width: 451px) 100vw, 451px\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n<h2 class=\"wp-block-heading\">4.Changer l&rsquo;encodage pour utf-8<\/h2>\r\n\r\n\r\n\r\n<p>Les explications pour changer l&rsquo;encodage sous Windows et Unix sont disponibles \u00e0 cette adresse :<\/p>\r\n\r\n\r\n\r\n<p><a href=\"https:\/\/support.sas.com\/kb\/51\/586.html\">https:\/\/support.sas.com\/kb\/51\/586.html<\/a><\/p>\r\n\r\n\r\n\r\n<p>Voici ce que j&rsquo;ai fait sous Windows.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-8cf370e7 wp-block-group-is-layout-flex\">\r\n<ol class=\"wp-block-list\">\r\n<li>Trouver le fichier sasv9.cfg dans le r\u00e9pertoire : <strong>C:\\Program Files\\SASHome\\SASFoundation\\9.4<\/strong><\/li>\r\n\r\n\r\n\r\n<li>Cr\u00e9er une copie du fichier<\/li>\r\n\r\n\r\n\r\n<li>Renommer le fichier en sasv9_old.cfg afin d&rsquo;avoir une copie \u00e0 disposition pour revenir \u00e0 la configuration initiale en cas de probl\u00e8me.<\/li>\r\n\r\n\r\n\r\n<li>D\u00e9placer la copie du fichier dans un endroit ayant un acc\u00e8s en \u00e9criture pour pouvoir ensuite l&rsquo;\u00e9diter.<\/li>\r\n\r\n\r\n\r\n<li>Changer le chemin d&rsquo;acc\u00e8s indiqu\u00e9 dans le fichier pour : <strong>C:\\Program Files\\SASHome\\SASFoundation\\9.4\\nls\\u8\\sasv9.cfg<\/strong><\/li>\r\n\r\n\r\n\r\n<li>Remettre le fichier sasv9.cfg \u00e0 son emplacement d&rsquo;origine<\/li>\r\n\r\n\r\n\r\n<li>Rouvrir le logiciel pour prendre en compte les changements<\/li>\r\n<\/ol>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-8cf370e7 wp-block-group-is-layout-flex\">\u00a0<\/div>\r\n","protected":false},"excerpt":{"rendered":"<p>V\u00e9rifier et modifier l&rsquo;encodage de sa session SAS pour UTF-8 lorsqu&rsquo;on rencontre l&rsquo;avertissement \u00a0\u00bb WARNING: Some character data was lost during transcoding in column \u00a0\u00bb lors de l&rsquo;importation de donn\u00e9es depuis Excel et que des caract\u00e8res comme \u00a0\u00bb inf\u00e9rieur ou \u00e9gal \u00e0 \u00a0\u00bb sont perdus.<\/p>\n","protected":false},"author":3,"featured_media":300,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17,5,14,4,6],"tags":[12,13,10,9,8,11],"class_list":["post-280","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-debugging","category-importation","category-programming","category-warning","tag-avertissement","tag-caracteres-speciaux","tag-encodage","tag-excel","tag-importation","tag-utf-8"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>WARNING: Some character data was lost during transcoding in column - xxformat GmbH<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WARNING: Some character data was lost during transcoding in column - xxformat GmbH\" \/>\n<meta property=\"og:description\" content=\"V\u00e9rifier et modifier l&#039;encodage de sa session SAS pour UTF-8 lorsqu&#039;on rencontre l&#039;avertissement &quot; WARNING: Some character data was lost during transcoding in column &quot; lors de l&#039;importation de donn\u00e9es depuis Excel et que des caract\u00e8res comme &quot; inf\u00e9rieur ou \u00e9gal \u00e0 &quot; sont perdus.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/\" \/>\n<meta property=\"og:site_name\" content=\"xxformat GmbH\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-01T10:50:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-07T22:26:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/sas-programming-encoding-utf-8-special-character-importing-warning.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1117\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"V\u00e9ronique Bourcier\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"V\u00e9ronique Bourcier\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/\"},\"author\":{\"name\":\"V\u00e9ronique Bourcier\",\"@id\":\"https:\/\/xxformat.com\/fr\/#\/schema\/person\/789432aa5b8b414bfaef69e63678d973\"},\"headline\":\"WARNING: Some character data was lost during transcoding in column\",\"datePublished\":\"2023-06-01T10:50:58+00:00\",\"dateModified\":\"2023-06-07T22:26:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/\"},\"wordCount\":339,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/sas-programming-encoding-utf-8-special-character-importing-warning.png\",\"keywords\":[\"avertissement\",\"caract\u00e8res sp\u00e9ciaux\",\"encodage\",\"excel\",\"importation\",\"UTF-8\"],\"articleSection\":[\"Blog\",\"Debugging\",\"Importation\",\"Programming\",\"WARNING\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/\",\"url\":\"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/\",\"name\":\"WARNING: Some character data was lost during transcoding in column - xxformat GmbH\",\"isPartOf\":{\"@id\":\"https:\/\/xxformat.com\/fr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/sas-programming-encoding-utf-8-special-character-importing-warning.png\",\"datePublished\":\"2023-06-01T10:50:58+00:00\",\"dateModified\":\"2023-06-07T22:26:19+00:00\",\"author\":{\"@id\":\"https:\/\/xxformat.com\/fr\/#\/schema\/person\/789432aa5b8b414bfaef69e63678d973\"},\"breadcrumb\":{\"@id\":\"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/#primaryimage\",\"url\":\"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/sas-programming-encoding-utf-8-special-character-importing-warning.png\",\"contentUrl\":\"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/sas-programming-encoding-utf-8-special-character-importing-warning.png\",\"width\":1117,\"height\":600,\"caption\":\"V\u00e9rifiez votre encodage. Changez le pour UTF-8.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xxformat.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WARNING: Some character data was lost during transcoding in column\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xxformat.com\/fr\/#website\",\"url\":\"https:\/\/xxformat.com\/fr\/\",\"name\":\"xxformat GmbH\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xxformat.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/xxformat.com\/fr\/#\/schema\/person\/789432aa5b8b414bfaef69e63678d973\",\"name\":\"V\u00e9ronique Bourcier\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/xxformat.com\/fr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/836aab19e40c3454f79208ff20da27d740735aecfcf366368646e7b2fbb3f28f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/836aab19e40c3454f79208ff20da27d740735aecfcf366368646e7b2fbb3f28f?s=96&d=mm&r=g\",\"caption\":\"V\u00e9ronique Bourcier\"},\"sameAs\":[\"https:\/\/xxformat.com\",\"https:\/\/www.linkedin.com\/in\/veronique-bourcier\/\"],\"url\":\"https:\/\/xxformat.com\/fr\/author\/xxformat\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WARNING: Some character data was lost during transcoding in column - xxformat GmbH","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/","og_locale":"fr_FR","og_type":"article","og_title":"WARNING: Some character data was lost during transcoding in column - xxformat GmbH","og_description":"V\u00e9rifier et modifier l'encodage de sa session SAS pour UTF-8 lorsqu'on rencontre l'avertissement \" WARNING: Some character data was lost during transcoding in column \" lors de l'importation de donn\u00e9es depuis Excel et que des caract\u00e8res comme \" inf\u00e9rieur ou \u00e9gal \u00e0 \" sont perdus.","og_url":"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/","og_site_name":"xxformat GmbH","article_published_time":"2023-06-01T10:50:58+00:00","article_modified_time":"2023-06-07T22:26:19+00:00","og_image":[{"width":1117,"height":600,"url":"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/sas-programming-encoding-utf-8-special-character-importing-warning.png","type":"image\/png"}],"author":"V\u00e9ronique Bourcier","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"V\u00e9ronique Bourcier","Dur\u00e9e de lecture estim\u00e9e":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/#article","isPartOf":{"@id":"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/"},"author":{"name":"V\u00e9ronique Bourcier","@id":"https:\/\/xxformat.com\/fr\/#\/schema\/person\/789432aa5b8b414bfaef69e63678d973"},"headline":"WARNING: Some character data was lost during transcoding in column","datePublished":"2023-06-01T10:50:58+00:00","dateModified":"2023-06-07T22:26:19+00:00","mainEntityOfPage":{"@id":"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/"},"wordCount":339,"commentCount":0,"image":{"@id":"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/#primaryimage"},"thumbnailUrl":"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/sas-programming-encoding-utf-8-special-character-importing-warning.png","keywords":["avertissement","caract\u00e8res sp\u00e9ciaux","encodage","excel","importation","UTF-8"],"articleSection":["Blog","Debugging","Importation","Programming","WARNING"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/","url":"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/","name":"WARNING: Some character data was lost during transcoding in column - xxformat GmbH","isPartOf":{"@id":"https:\/\/xxformat.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/#primaryimage"},"image":{"@id":"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/#primaryimage"},"thumbnailUrl":"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/sas-programming-encoding-utf-8-special-character-importing-warning.png","datePublished":"2023-06-01T10:50:58+00:00","dateModified":"2023-06-07T22:26:19+00:00","author":{"@id":"https:\/\/xxformat.com\/fr\/#\/schema\/person\/789432aa5b8b414bfaef69e63678d973"},"breadcrumb":{"@id":"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/#primaryimage","url":"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/sas-programming-encoding-utf-8-special-character-importing-warning.png","contentUrl":"https:\/\/xxformat.com\/fr\/wp-content\/uploads\/sites\/4\/2023\/06\/sas-programming-encoding-utf-8-special-character-importing-warning.png","width":1117,"height":600,"caption":"V\u00e9rifiez votre encodage. Changez le pour UTF-8."},{"@type":"BreadcrumbList","@id":"https:\/\/xxformat.com\/fr\/programming\/warning-encoding\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xxformat.com\/fr\/"},{"@type":"ListItem","position":2,"name":"WARNING: Some character data was lost during transcoding in column"}]},{"@type":"WebSite","@id":"https:\/\/xxformat.com\/fr\/#website","url":"https:\/\/xxformat.com\/fr\/","name":"xxformat GmbH","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xxformat.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Person","@id":"https:\/\/xxformat.com\/fr\/#\/schema\/person\/789432aa5b8b414bfaef69e63678d973","name":"V\u00e9ronique Bourcier","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/xxformat.com\/fr\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/836aab19e40c3454f79208ff20da27d740735aecfcf366368646e7b2fbb3f28f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/836aab19e40c3454f79208ff20da27d740735aecfcf366368646e7b2fbb3f28f?s=96&d=mm&r=g","caption":"V\u00e9ronique Bourcier"},"sameAs":["https:\/\/xxformat.com","https:\/\/www.linkedin.com\/in\/veronique-bourcier\/"],"url":"https:\/\/xxformat.com\/fr\/author\/xxformat\/"}]}},"_links":{"self":[{"href":"https:\/\/xxformat.com\/fr\/wp-json\/wp\/v2\/posts\/280","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xxformat.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xxformat.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xxformat.com\/fr\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/xxformat.com\/fr\/wp-json\/wp\/v2\/comments?post=280"}],"version-history":[{"count":5,"href":"https:\/\/xxformat.com\/fr\/wp-json\/wp\/v2\/posts\/280\/revisions"}],"predecessor-version":[{"id":301,"href":"https:\/\/xxformat.com\/fr\/wp-json\/wp\/v2\/posts\/280\/revisions\/301"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xxformat.com\/fr\/wp-json\/wp\/v2\/media\/300"}],"wp:attachment":[{"href":"https:\/\/xxformat.com\/fr\/wp-json\/wp\/v2\/media?parent=280"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xxformat.com\/fr\/wp-json\/wp\/v2\/categories?post=280"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xxformat.com\/fr\/wp-json\/wp\/v2\/tags?post=280"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}