vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   query to find, then update characters in post titles & body (https://vborg.vbsupport.ru/showthread.php?t=211296)

gabeanderson 04-22-2009 07:38 PM

According to the results I see when I use "Execute SQL Query" via vBulletin admin, I see "�," as shown in this screenshot (also attached above).

I assume that's an accurate representation of what's in the database.

I see the exact same character when I use this query, too:

Code:

select pagetext from post where postid=50736

Lynne 04-22-2009 07:45 PM

And can you do a search on that?

Code:

select * from post
where pagetext like '%�%'


gabeanderson 04-22-2009 07:53 PM

No, that's the problem. :)

Lynne 04-22-2009 07:57 PM

I'm afraid I don't know what to suggest then. Databases are just not my thing. Have you tried searching/posting over on vb.com?

gabeanderson 04-22-2009 08:12 PM

Thanks. Just posted there, too.

briansol 04-22-2009 08:17 PM

This is related to your browser (render) and the charset of the document.

the actual character (diamond) is NOT in your database. It's a symbol such as (C) for copyright instead of its proper html entitiy.

There's no good way to look for these.

I'd suggest going back to ISO-8859-1

gabeanderson 04-23-2009 03:12 PM

1 Attachment(s)
Thanks, Brian. I see what you mean now when I review in other browsers.

However, if I switch back to ISO-8859-1, then I'm back to the same issue I was originally trying to address when I changed to UTF-8 (see attached).

It's this curly / smart quote. If I switch back to UTF-8, any way to find that character via a query?

Or can I address the issue with the source content / links that are causing this? We need those smart quotes since it's part of our product branding.

Thanks.

gabeanderson 04-24-2009 12:07 PM

FYI- I ended up switching back to ISO-8859-1, and changing the source content / link titles so that we don't have any smart quotes in the title tags since that seemed to be the root of this issue in the first place.


All times are GMT. The time now is 02:50 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02144 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete