This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 197181

Summary: Incorrect cyrillic symbols inside UTF-8 without BOM *.php file after [Ctrl-Shift-H]
Product: utilities Reporter: giperon
Component: SearchAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mmirilovic
Priority: P2 Keywords: I18N
Version: 7.0.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description giperon 2011-03-29 09:48:22 UTC
Product Version = NetBeans IDE Dev (Build 201103210400)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_24
Runtime = Java HotSpot(TM) Client VM 19.1-b02

I try to replace "dialog-head" with "page-head" there:

<table class="dialog-head">
	<tr>
		<td>
			<h1>Диалог

After search & replace in files [Ctrl-Shift-H] i have this:

<table class="page-head">
	<tr>
		<td>
			<h1>Диалог

Replacing done, but cyrillic symbols inside UTF-8 without BOM *.php file are incorrect.
Thank you for your attention.
Comment 1 Jiri Rechtacek 2011-05-13 07:45:11 UTC
Hi giperon, could you describe what "symbols inside UTF-8 without BOM *.php" means? Or attach your file/files here for reproduction the problem? It helps me to evaluate what's wrong. Thanks a lot
Comment 2 Jiri Rechtacek 2011-05-23 08:43:27 UTC
Seems a duplicate of issue 197483, fixed in NB701.

*** This bug has been marked as a duplicate of bug 197483 ***